const crypto/tls.ticketKeyLifetime
2 uses
	crypto/tls (current package)
		common.go#L887: 	ticketKeyLifetime = 7 * 24 * time.Hour // 7 days
		common.go#L1055: 			if c.time().Sub(k.created) < ticketKeyLifetime {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)